home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / util / minilin / minilin.exe / KSH_STUF.{_F / _KSHRC.{_1 next >
Text File  |  1993-06-17  |  470b  |  18 lines

  1. PS1='`whoami`:$PWD# '
  2.  
  3. set -o emacs >/dev/null 2>/dev/null
  4. bind '^I'=complete >/dev/null 2>/dev/null
  5. bind '^A'=beginning-of-line >/dev/null 2>/dev/null
  6. bind '^[['=prefix-2  >/dev/null 2>/dev/null
  7. bind '^XA'=up-history >/dev/null 2>/dev/null
  8. bind '^XB'=down-history >/dev/null 2>/dev/null
  9. bind '^XC'=forward-char >/dev/null 2>/dev/null
  10. bind '^XD'=backward-char >/dev/null 2>/dev/null
  11.  
  12. alias dir='ls -l'
  13. alias ls='ls -F'
  14. alias which='type -path'
  15. alias x11='exec startx'
  16.  
  17.  
  18.